home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / cheaplnk.zip / CHEAPLNK.TXT < prev    next >
Text File  |  1991-10-30  |  5KB  |  115 lines

  1. CHEAPLINK - V1.11 - 27 Apr 89  -- Zero slot Network written by EM - Hong Kong
  2.  
  3.                   ADDED DOCUMENTATION BY J. M. KING
  4. The advantage of CheapLink for file transfers between computers over
  5. specific file transfer utilities is that you can use your normal file
  6. management software.  If you like to use Xtree or a similar program,
  7. you can use it with CheapLink to move files from the drives on one
  8. computer (the workstation) to or from another computer (the server).
  9.  
  10. Furthermore, CheapLink is a real "LAN" connection.  You can run
  11. programs on the workstation which are on the server but not on the
  12. workstation disk drives.  CheapLink's limitation is that it is slow
  13. because the link is through a serial port connection rather than via
  14. a special LAN card.
  15.  
  16. This documentation was written to supplement the information provided
  17. by the author, to clarify the installation command parameter usage, 
  18. and to update the documentation for MS-DOS versions 4.01 and 5.0.
  19.  
  20. I have had no problems using CheapLink other than occasional read or
  21. write errors with network drives.  In no case was a file or disk in
  22. any way lost or damaged.
  23.  
  24.                AUTHOR'S DOCUMENTATION FROM CHEAPLNK.DOC
  25. The author provides the following documentation:
  26. -----------------------------------------------------------------------
  27. Installation:
  28.  
  29. On the Server:
  30.    in Autoexec.bat:     SRV $nn1/dd1 [$nn2/dd2...] [UNITS:abc...]
  31.  
  32. On each Workstation:
  33.    in Config.sys:       DEVICE = WKS $nnn/ddd @n
  34.  
  35. Notes:
  36.  
  37.    nnx    = port base address in DECIMAL notation (COM1 = 1016; COM2 = 760).
  38.    ddx    = baud rate divisor (1 = 115,200 bps; 2 = 57,600 bps...).
  39.    abc... = disk units on the server made available to the workstations
  40.             (omitting this option implies "all").
  41.    n      = number of available server drives accessed by the workstation.
  42.  
  43.    example
  44.                  srv $1016/1 efg
  45.                 device = wks.sys $1016/1 @3
  46.  
  47. He states that the commands in this example:
  48.  
  49.    selects com1 on both machines
  50.            maximum baudrate
  51.            drives A: B: and C: on server become E: F: and G: on wkstation
  52.            workstation accesses 3 drives
  53. --------------------------------------------------------------------------
  54.  
  55.                          ADDED DOCUMENTATION
  56.                        COMMAND LINE PARAMETERS
  57. In the author's example, since the "UNITS:" part of the srv command is not
  58. included, the "efg" will have no effect at all.  All drives will be
  59. available to the workstation which is the default setting.  Furthermore,
  60. since the server has only drives A:, B:, and C:, UNITS:efg (or UNITS:EFG)
  61. will also mean nothing.
  62.  
  63. The correct command is:
  64.  
  65.                   srv $1016/1 UNITS:ABC
  66. or
  67.                   srv $1016/1 units:abc
  68.  
  69. which will allow the server drives to appear as drives D:, E:, and F: on
  70. the workstation assuming the workstation has a C: drive as the highest
  71. drive.  In any event, the server drives take the next higher drive
  72. letters after the highest drive on the workstation.
  73.  
  74. If you wish to have the workstation only able to access drive C: and
  75. not drives A: or B: on the server, the command is:
  76.  
  77.                    srv $1016/1 UNITS:C
  78.  
  79. The server drive C: then becomes drive D: for the workstation.  It is
  80. not necessary to reduce the WKS.SYS @ parameter to 1, but that would
  81. be consistent.
  82.  
  83.                             BAUD RATE SETTING
  84. Both the server and workstations must use the same baud rate, or
  85. drive read errors occur resulting in the Abort, Retry, Fail message.
  86.  
  87.                             LASTDRIVE COMMAND
  88. It is not necessary to include a LASTDRIVE command in your CONFIG.SYS
  89. file since these are network drives.  The DOSSHELL in MS-DOS 5.0
  90. recognizes Cheap Link server drives with the net drive symbol.
  91.  
  92.                         MS-DOS 4.01 and MS-DOS 5.0
  93. I tested WKS.SYS and SRV.COM with MS-DOS 4.01 and 5.0 successfully.  The
  94. WKS.SYS also ran correctly when loaded by the MS-DOS 5.0 DEVICEHIGH
  95. command into the UMB region between 768K and 960K.  The LOADHIGH command
  96. loaded SRV.COM in this region where it also ran properly.  Clearly, the
  97. author need not have been concerned about the operation of his program
  98. with versions of DOS higher than 3.3.
  99.  
  100.                               PRINT COMMANDS
  101. Since the LPT1 of every workstation is redirected on the server's LPT1;,
  102. if a print command is given (including Print Screen) when the server
  103. is not available, the system will hang until the server is made
  104. available.  There is no time out function, and you can't break out.
  105. If you can't make the server available, it is time to reboot.
  106.  
  107.                             FILE TRANSFER RATE
  108. I confirmed the transfer rate of 18 seconds to transfer 64k between a
  109. 12MHz 286 and a 16MHz 386SX at 115,200bps.  This is the rate for the
  110. full transfer using the DOS COPY command between hard disks.
  111.  
  112. John M. King
  113. (415) 472-7035 voice
  114. October 30, 1991
  115.